ngồi mát ăn bát vàng phát âm
Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
Phát âm các từ liên quan
- ngồi mát ăn bát vàng Tiếng Anh là gì:to live in clover; to be in clover to live on the fatal of the land to reap where one has not sown
- ngồi mát ăn bát vàng Tiếng Trung là gì:吃现成饭 <比喻不劳而获, 坐享其成。> 干薪 <挂名不工作而领取的薪金。> 坐享其成; 不劳而获 <自己不出力而享受别人劳动的成果。> 现成饭 <已经做成的饭, 比喻不劳而获的利益。> Phải làm việc;
function do_search() {
var kw = document.getElementById("q").value;
if (kw == "") return;
var lang = document.getElementById("search_type_input").value;
var src = "/mpr/" + kw + ".html";
window.location = src;
}
document.onkeydown = function (event) {
event = event ? event : (window.event ? window.event : null);
var botton = document.getElementById('tsbb');
if (event.keyCode == 13 && null != botton) {
botton.click();
}
}
function playMp3(audioId) {
var audio = document.getElementById(audioId);
audio.play();
return false;
};